Open Document
Command Prototype
objWord = Word.Open(sPath,sAccessPwd,sChangePwd,bVisible)
Command Description
Open a Word document
Parameter Description
- Required Parameter
- sPath--The path to the Word document
- sAccessPwd--The password required for accessing a Word file
- sChangePwd--The password required for editing a Word file
- bVisible--Whether the Word document is visible when it is open, false is invisible, true is visible, and the default is false
- return
- objWord--The variable used to save the output of the function call